Welcome![Sign In][Sign Up]
Location:
Search - windows forms

Search list

[OtherParentChild

Description: VB.net Samle: how to create Parent - Child windows forms.-VB.net Samle: how to create Parent- Child windows forms.
Platform: | Size: 54272 | Author: vb_developer | Hits:

[Windows DevelopOutlookBar

Description: 跟XP系统左侧可折叠式菜单一样,可以折叠、展开,可以自己定义颜色,自己研究吧,非常有用的一个源码,样式和outlook左侧菜单差不多!我自己就在用,我用在erp项目里面,哈哈,很爽啊,大概步骤: 1.在你的解决方案里添加“现有项目”,找到BSE.Windows.Forms.cspro添加进去→2.在你自己的工程里面引用刚才添加的项目→3.运行一下,完成,在左边工具箱中就有啦。大概过程就是这样,反正死活就是要先引用。-System with the XP-style menu, like folding the left side can be folded away to start their own custom colors, their study it very useful as a source, style, and outlook about the left menu! I myself have used, I used it in the project erp, ha ha, very爽啊about these steps: 1. In your solution adding " Existing Project" to find BSE.Windows.Forms.cspro be added → 2. in your own project inside just to add the item to quote → 3. run about completed toolbox on the left you alone. This is about the process, life and death is the first reference in any case.
Platform: | Size: 121856 | Author: liuf | Hits:

[GUI DevelopsuopingruanjCShap

Description: 锁屏软件代码 using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using Microsoft.Win32 namespace 锁屏软件 { public partial class 全屏 : Form { public 全屏(string str) { InitializeComponent() this.textBox2.Text = str this.TopMost =true } private void 全屏_KeyDown(object sender, KeyEventArgs e) { if (e.Alt == true && e.KeyCode == Keys.F4) { e.Handled = true }-Screen lock software code using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using Microsoft.Win32 namespace screen lock software (public partial class full-screen: Form (public full-screen (string str) (InitializeComponent () this.textBox2.Text = str this.TopMost = true ) private void fullscreen _KeyDown (object sender, KeyEventArgs e) ( if (e.Alt == true & & e.KeyCode == Keys.F4) (e.Handled = true )
Platform: | Size: 87040 | Author: loveyue | Hits:

[OtherArcMap

Description: 仿照ArcMap using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using ESRI.ArcGIS.esriSystem using ESRI.ArcGIS.SystemUI using ESRI.ArcGIS.Geometry using ESRI.ArcGIS.Display using ESRI.ArcGIS.Geodatabase using ESRI.ArcGIS.Carto using ESRI.ArcGIS.Controls namespace ArcMap { public partial class frmProperty : Form { public IMapControl2 pMapControl public IEnvelope pEnvelop public frmProperty(IMapControl2 pFMapControl, IEnvelope pFEnvelop) { InitializeComponent() pMapControl = pFMapControl pEnvelop = pFEnvelop } -Modeled ArcMap using System using System.Collections.Generic using System.ComponentModel using System.Data using System.Drawing using System.Text using System.Windows.Forms using ESRI.ArcGIS.esriSystem using ESRI.ArcGIS . SystemUI using ESRI.ArcGIS.Geometry using ESRI.ArcGIS.Display using ESRI.ArcGIS.Geodatabase using ESRI.ArcGIS.Carto using ESRI.ArcGIS.Controls namespace ArcMap (public partial class frmProperty: Form (public IMapControl2 pMapControl public IEnvelope pEnvelop public frmProperty (IMapControl2 pFMapControl, IEnvelope pFEnvelop) (InitializeComponent () pMapControl = pFMapControl pEnvelop = pFEnvelop )
Platform: | Size: 79872 | Author: loveyue | Hits:

[SQL ServerADO_DOT_NET

Description: Demonstrates ADO.NET (Visual Basic .NET) ADD - CHANGE - UPDATE - DELETE when used with Bound/Unbound Data as well as the MS Windows Forms DataGrid (*not* the Windows web-enabled DataGrid). Uses OleDbConnections (not SQL) to connect with MS Access database (included). A little raw, but functional.-Demonstrates ADO.NET (Visual Basic .NET) ADD- CHANGE- UPDATE - DELETE when used with Bound/Unbound Data as well as the MS Windows Forms DataGrid (*not* the Windows web-enabled DataGrid). Uses OleDbConnections (not SQL) to connect with MS Access database (included). A little raw, but functional.
Platform: | Size: 182272 | Author: Moh | Hits:

[.netPrintPreviewControlEx

Description: 扩展了 System.Windows.Forms.PrintPreviewControl 控件。 采用 Reflection 技术,彻底重写了该控件的打印控制过程。 主要为了实现以下功能: 1 隐藏了挺讨人厌的进程窗口。如果打印过程比较短,这个窗口一闪而过,实在不专业。但打印过程较长时,这个窗口是有用的。 2 可以获取打印结果的图形文件(MetaFile) 3 可以获取打印结果的总页数 另外,初学者通过此源代码,了解到 .Net 程序的元数据原理,以及强大到无所不能的 .Net 反射技术。-System.Windows.Forms.PrintPreviewControl expanded control. Reflection using technology, a thorough rewrite of the printing control process control. In order to achieve the following main functions: 1 to hide the window rather讨人厌process. If the printing process is relatively short, this window flash, and it is not professional. However, the longer the process of printing, this window is useful. 2 can access the graphics file to print the results (MetaFile) 3 can get the total number of pages to print the results of addition, the beginner through the source code, understand that. Net procedural principle of meta-data, as well as to the almighty powerful. Net reflection technology .
Platform: | Size: 3072 | Author: 阿扁 | Hits:

[TreeViewTreeViewWithPaint

Description: 在微软的.NET 的Forms窗口控件中,比如Treeview和ListView,仅仅是对通用控件的简单封装,因此他们不正常的引发Paint事件。微软所发布内容中,能看到的唯一建议就是设置控件的ControlStyles.UserPaint类型,然后自己为控件做所有的绘图操作-In Microsoft' s. NET Windows Forms control of, such as Treeview and ListView, only a simple general-purpose control package, so they do not trigger the normal Paint event. Content published by Microsoft, the only proposal to see that type of setting ControlStyles.UserPaint control, and then their done for the controls to operate all of the graphics
Platform: | Size: 49152 | Author: 雷生 | Hits:

[OtherGDIplusProgramming

Description: 本书主要针对那些希望.NET Framework的GDI+基类功能的开发人员而编写的,适合那些提供技术和信息,以完成Windows Forms和Web Forms编写GDI+代码的任务,而创建自定义控件的人员。-The book mainly for those who wish to. NET Framework' s GDI+ base class functionality developers prepared for those who provide technology and information to complete the Windows Forms and Web Forms prepared by the task of GDI+ code, and create a custom control personnel .
Platform: | Size: 13358080 | Author: hnzgz | Hits:

[Windows Developcontrolandtestapp

Description: 创建 Windows 窗体控件 -Create Windows Forms controls. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Platform: | Size: 2633728 | Author: listen_on | Hits:

[.netWindowShake2

Description: Shake window command, responds the event shake on windows forms
Platform: | Size: 18432 | Author: kphwn | Hits:

[.netMakeWindowTransparent

Description: Aply transparency to your windows forms
Platform: | Size: 2048 | Author: kphwn | Hits:

[Windows DevelopRedGlovePermission

Description: 跟XP系统左侧可折叠式菜单一样,可以折叠、展开,可以自己定义颜色,自己研究吧,非常有用的一个源码,样式和outlook左侧菜单差不多!我自己就在用,我用在erp项目里面,哈哈,很爽啊,大概步骤: 1.在你的解决方案里添加“现有项目”,找到BSE.Windows.Forms添加进去→2.在你自己的工程里面引用刚才添加的项目→3.运行一下,完成,在左边工具箱中就有啦。大概过程就是这样,反正死活就是要先引用。-sdfsdgdfgdfg gfhfdhhgfsdfsdfs
Platform: | Size: 2398208 | Author: 123456 | Hits:

[Printing programWindows_Forms_Printing

Description: Windows Forms - Simple Printing-Windows Forms- Simple Printing
Platform: | Size: 17408 | Author: ameen | Hits:

[Windows DevelopUse_the_Clipboard

Description: Windows Forms - Use the Clipboard-Windows Forms- Use the Clipboard
Platform: | Size: 90112 | Author: ameen | Hits:

[Multimedia DevelopMyMediaPlayer

Description: 多媒体技术是指利用计算机技术,把多种媒体综合在一起,使之建立起逻辑上的联系,并能对他么进行各种处理的一种方法。主要包括文本、图形、影像、声音、视频、动画等各种形式,并与先进的计算机、通信和广播电视技术相结合,形成一个可组织、存储操作和控制的多媒体信息集成环境和交互系统。 Visual Stdio 2008集成开发环境中提供了windows media player 控件,并且提供了相关的属性、方法,利用这些属性、方法,完全可以实现 windows media player 播放器的所有功能。 -Multimedia technology refers to the use of computer technology, the multi-media integrated together, so that to establish a logical connection, and can he Mody various processing methods. Include text, graphics, images, audio, video, animation and other forms, and with advanced computer, communications and radio and television technology are combined to form an organization, storage, operation and control of multi-media information integration environments and interactive systems. Visual Stdio 2008 integrated development environment provides a windows media player control, and provide the relevant properties, methods, use of these properties, methods, windows media player can achieve all the functionality of the player.
Platform: | Size: 1949696 | Author: wyc | Hits:

[Windows DevelopPersianLibCE

Description: A Library for Showing Text and Label of Forms in Arabic/Persian/Farsi Fonts in Windows CE Which is not support 1256 UniCode or Arabic/Persian Fonts.
Platform: | Size: 12288 | Author: Amir | Hits:

[OtherMicrosoftCsharpWindows

Description: 本书介绍了如何编写在Microsoft Windows环境下运行的程序。存在许多方式编写这样的程序。在这本书中,使用了新的面向对象的程序设计语言C#和名为“Windows Forms”的新式类库,Windows Forms类库是Microsoft·NET Franework的一部分,后者在2000年夏季出现,大约一年半之后被引入。-This book describes how to write in the Microsoft Windows environment to run programs. There are many ways to write such a procedure. In this book, using the new object-oriented programming languages C#, and is named " Windows Forms" of the new class library, Windows Forms class library is a part of Microsoft · NET Franework, which appeared in the summer of 2000 , about a year and a half after being introduced.
Platform: | Size: 32330752 | Author: sunyajun | Hits:

[VC/MFCBeginning_Visual_Cpp_2005

Description: 本书系编程语言先驱者Ivor Horton的经典之作,是学习C++编程最畅销的图书品种之一,不仅涵盖了Visual C++ .NET编程知识,还全面介绍了标准C++语言和.NET C++/CLI。本书延续了Ivor Horton讲解编程语言的独特方法,从中读者可以学习Visual C++ 2005的基础知识,并全面掌握在MFC和Windows Forms中访问数据源的技术。此外,本书各章后面的习题将有助于读者温故而知新,并尽快成为C++高效程序员。 -This book programming language pioneer Ivor Horton' s classic, is to learn C++ programming, one of the best-selling of books, not only covers the Visual C++. NET programming knowledge, but also a comprehensive introduction to the standard C++ language. NET C++/CLI. Ivor Horton This book continues the unique approach to explain the programming language, from which readers can learn Visual C++ 2005 the basis of knowledge and complete control in the MFC and Windows Forms to access the data source technology. In addition, the back of each chapter of this book will help readers温故而知新Exercise and quickly become high-performance C++ programmers.
Platform: | Size: 8379392 | Author: 李云 | Hits:

[CSharpWindowsFormsProgramminginCsharp

Description: Windows Forms Programming in Csharp
Platform: | Size: 6728704 | Author: tom | Hits:

[CSharpCSharpWindowsForms

Description: C+Sharp+Windows+Forms+程序设计 C# window forms 程序设计 第一版 清华大学出版社-C+ Sharp+ Windows+ Forms+ Programming C# window forms programming edition Tsinghua University Press
Platform: | Size: 15154176 | Author: wuchunlin | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »

CodeBus www.codebus.net